home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Archive / Files / Standard File / StandardGetAlias / ReadMe•StandardGetAlias next >
Encoding:
Text File  |  2000-09-28  |  2.0 KB  |  57 lines  |  [ttro/ttxt]

  1. StandardGetFolder
  2.  
  3. Contents
  4. A sample which shows how to use CustomGetFile for selecting an alias file itself rather than the target item of the alias file.
  5.  
  6. Technology
  7. Standard File dialogs
  8.  
  9. Environment
  10. CodeWarrior Pro 2
  11.  
  12. Version
  13. 1.0
  14.  
  15. Copyright:    © 1999 by Apple Computer, Inc., all rights reserved
  16.  
  17. Bugs?:        For bug reports, consult the following page on the World Wide Web:
  18.  
  19.        http://developer.apple.com/bugreporter/
  20.  
  21.     ========================================================================
  22.     You may incorporate this sample code into your applications without     restriction, though 
  23. the sample code has been provided “AS IS” and the     responsibility for its operation is 100% 
  24. yours.  However, what you are     not permitted to do is to redistribute the source as 
  25. “DSC Sample Code”     after having made changes. If you’re going to re-distribute the source,     
  26. we require that you make it clear in the source that the code was     descended from Apple 
  27. Sample Code, but that you’ve made changes.
  28.     ========================================================================
  29.  
  30.     A Few Notes:
  31.     
  32.     The routines in this file have been tested, though not exhaustively so.
  33.     They should not be used as the basis of the final code you use in your 
  34.     application without further testing.
  35.     
  36.     The error reporting is fairly complete, but there could be errors encounter 
  37.     which deserve a more descriptive message than is displayed here.
  38.     
  39.     This code assumes the presence of System 7 or later.  You should check
  40.     the system version before using these routines in your code.
  41.     
  42.     This routine uses CustomGetFile dialog, supplying custom filter and hook functions.
  43.     
  44.     The MoreFiles package is used for some of the sanity checking in the routines,
  45.     and is not included with this project.  You will need to obtain the 
  46.     MoreFiles package (from the developer ftp site) to build an use this project.
  47.     
  48. Andy Bachorski - Apple Developer Technical Support (DTS)
  49.  
  50.     Writers:
  51.  
  52.         (afb)    Andy Bachorski
  53.     
  54.     Change History (most recent first):
  55.     
  56. 2/09/99  afb
  57. New Project